DespawnOnExit / DespawnOnEnter fix log spam #21864
DespawnOnExit / DespawnOnEnter fix log spam #21864alice-i-cecile merged 4 commits intobevyengine:mainfrom
Conversation
|
CI has found a couple of spelling errors for you :) |
Typo fixes
Fixed! |
mgi388
left a comment
There was a problem hiding this comment.
LGTM. I left suggestions for nits on doc comment formatting for consistency with what is there. Feel free to apply the suggestions yourself, I just did it with the PR reviewer so hopefully I got the suggestions right.
Co-authored-by: mgi388 <135186256+mgi388@users.noreply.github.com>
Thank you changes applied. |
janhohenheim
left a comment
There was a problem hiding this comment.
Oh yes, I've run into this plenty of times. Thanks!
mnmaita
left a comment
There was a problem hiding this comment.
Been dealing with this lately and I appreciate the change and the added docs.
if entity was despawned such as in a hierachy
Objective
Most if not all use cases don't care if the item is already despawned.
The user is typically saying "Ensure it is despawned" rather then "You should be the one to despawn"
DespawnOnExit/DespawnOnEntercauses log spam when despawning hierarchies #21832Solution
Testing